MovementConstraintRule

data class MovementConstraintRule(val overshoot: Float, val scope: MovementConstraintScope = MovementConstraintScope.Scene)

A movement constraint rule. The scope determines which blocks the rule applies to; overshoot is a non-negative fraction of the moved block's own size.

Constructors

Link copied to clipboard
constructor(overshoot: Float, scope: MovementConstraintScope = MovementConstraintScope.Scene)

Properties

Link copied to clipboard
Link copied to clipboard